struct _HEAP_STOP_ON_VALUES// Size=0x18
{
    unsigned long AllocAddress;// Offset=0x0 Size=0x4
    struct _HEAP_STOP_ON_TAG AllocTag;// Offset=0x4 Size=0x4
    unsigned long ReAllocAddress;// Offset=0x8 Size=0x4
    struct _HEAP_STOP_ON_TAG ReAllocTag;// Offset=0xc Size=0x4
    unsigned long FreeAddress;// Offset=0x10 Size=0x4
    struct _HEAP_STOP_ON_TAG FreeTag;// Offset=0x14 Size=0x4
};